projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d1d00c
)
Fix Bug#24980
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 19 Dec 2016 08:32:30 +0000
(09:32 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 19 Dec 2016 08:32:30 +0000
(09:32 +0100)
* lisp/ido.el (ido-add-virtual-buffers-to-list):
Suppress Tramp invocation. (Bug#24980)
lisp/ido.el
patch
|
blob
|
history
diff --git
a/lisp/ido.el
b/lisp/ido.el
index 9df89c9fb61b47ab3058a59dfa3f8555a509c784..7b9cf074c92551e1cc6e93e7dcb71cf31b470592 100644
(file)
--- a/
lisp/ido.el
+++ b/
lisp/ido.el
@@
-3505,7
+3505,7
@@
This is to make them appear as if they were \"virtual buffers\"."
(when (equal name "")
(setq name head))
(and (not (equal name ""))
-
(null (get-file-buffer head
))
+
(null (let (file-name-handler-alist) (get-file-buffer head)
))
(not (assoc name ido-virtual-buffers))
(not (member name ido-temp-list))
(not (ido-ignore-item-p name ido-ignore-buffers))